dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleSqlStatementCollection Class / CopyTo Method / CopyTo(OracleSqlStatement[],Int32) Method
The array to copy the OracleSqlStatement objects into.
The zero-based index in array at which copying begins.

CopyTo(OracleSqlStatement[],Int32) Method
Copies OracleSqlStatement objects from the OracleSqlStatementCollection to the specified array.
Syntax
'Declaration
 
Public Overloads Sub CopyTo( _
   ByVal array() As OracleSqlStatement, _
   ByVal index As Integer _
) 
 

Parameters

array
The array to copy the OracleSqlStatement objects into.
index
The zero-based index in array at which copying begins.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also